Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ReadableStream::from(async_iterable) #23

Merged
merged 9 commits into from
Oct 31, 2023
Merged

Add ReadableStream::from(async_iterable) #23

merged 9 commits into from
Oct 31, 2023

Conversation

MattiasBuelens
Copy link
Owner

This exposes the static method ReadableStream.from(), which creates a new ReadableStream wrapping a given iterable or async iterable.

@MattiasBuelens MattiasBuelens added the enhancement New feature or request label Oct 31, 2023
@MattiasBuelens MattiasBuelens merged commit 7809fc8 into main Oct 31, 2023
4 checks passed
@MattiasBuelens MattiasBuelens deleted the rs-from branch October 31, 2023 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant